home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1999 July: Mac OS SDK
/
Dev.CD Jul 99 SDK1.toast
/
Development Kits
/
Mac OS
/
OpenGL 1.0 SDK
/
Headers
/
gliContext.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-05-18
|
327 b
|
28 lines
|
[
TEXT/CWIE
]
/*
File: gliContext.h
Version: 1.0
Copyright: © 1999 by Apple Computer, Inc., all rights reserved.
*/
#ifndef _GLICONTEXT_H
#define _GLICONTEXT_H
#ifdef __cplusplus
extern "C" {
#endif
/*
** GL context data type
*/
typedef struct __GLIContextRec *GLIContext;
#ifdef __cplusplus
}
#endif
#endif /* _GLICONTEXT_H */